Monte Carlo tree search

  • 2025-11-07

Tree search heuristics based on Monte Carlo method.

  • AlphaGo에서 쓰여서 특히 유명해짐.
  • Selection 단계에서 UCB1을 사용.